home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act6a / 00797.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  206 b   |  13 lines

  1. on mouseUp
  2.   set xxx to 1
  3.   repeat while xxx < 5
  4.     talkinghead(string(xxx))
  5.     if the mouseDown then
  6.       exit repeat
  7.     end if
  8.     set xxx to xxx + 1
  9.   end repeat
  10.   puppetSound(0)
  11.   go(the frame)
  12. end
  13.